home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Compacteurs / ZipIt 1.3.5 / ZipIt docs / ZipIt docs.rsrc / TEXT_138.txt < prev    next >
Text File  |  1996-01-01  |  5KB  |  88 lines

  1. Frequently Asked Questions
  2.  
  3. Before you send me mail, please check this list to make sure that your question is not in this list.
  4.  
  5. How do I zip and unzip?
  6.  
  7. (Note: A zip 'archive' is a file that ends in '.zip'. It is called an archive to distinguish it from the multiple compressed files that it may contain.)
  8.  
  9. To unzip an archive:
  10.  
  11. a) Double-click ZipIt.
  12. b) Choose Open from the file menu. Open the zip archive (file ending in '.zip')
  13. c) Choose Select All from the Edit menu
  14. d) Choose Extract from the zip menu
  15. e) Click Save
  16.  
  17. To zip files and create an archive:
  18.  
  19. a) Double-click ZipIt.
  20. b) If an Untitled window did not appear, choose New from the File menu.
  21. c) Choose Add from the Zip menu
  22. d) Select the file you want to add. Click Add. Repeat until you have
  23.    selected all the files you want to zip. Then click Done.
  24. e) Choose Save from the File menu.
  25.  
  26. Why canΓÇÖt I use the files I just unzipped?
  27.  
  28. After you unzip files from an archive, you may not be able to simply double-click them to open them. If this happens, then you need to open them from within the application that you will use to view them. For instance, if you have just unzipped a text file, then start up your word processor by double-clicking it. Then, choose Open from the File menu. Navigate to the file that you have just unzipped (not the ΓÇ£.zipΓÇ¥ file, but whatever came out after you used ZipIt), and click Open.
  29.  
  30. If the file is not a text file, you may have more difficulty opening it. If it is an application designed for another computer such as the IBM, you will probably not be able to use it at all.
  31.  
  32. If your application is reporting that the file is corrupted, then chances are that the problem has to do with linefeeds. Go back to ZipIt, and switch the setting of the square in the LF column, and unzip the file again. This should make some difference.
  33.  
  34. Why does my password not work anymore?
  35.  
  36. SoftLock passwords are based on a fingerprint of your hard disk. If you initialize your hard disk or switch to a different drive, or try to use ZipIt on a different computer, then your original SoftLock password will no longer work. If you send me your full name, the date that you registered using SoftLock, your original and new SoftLock ID, and the password you were originally given, I will send you a new password that will work with your new hard disk. It would also be helpful if you sent me your phone number and
  37. address; these will help both in contacting you and searching for your registration.
  38.  
  39. Why is my zip archive unusable?
  40.  
  41. The most common problems with zip archives occur during file transfer. If you want to send a zip archive (ie, any file created by ZipIt) then your terminal software should be set to send in Binary, but not MacBinary mode. In ZTerm, this can be achieved by choosing Binary from the Transfer Convert submenu in the File menu. Similarly, when receiving a zip archive (ie, a file that ends in ΓÇ£.zipΓÇ¥, created by PKZip or some similar program, including ZipIt) you should be in either Binary or MacBinary mode, but not text mode.
  42.  
  43. If the receiver is able to open the zip archive and unzip files, but the files that come out are corrupted, probably the problem has to do with ZipIt adding linefeeds. Try zipping the files again, but this time, make sure that the boxes in the LF column are hollow for each of the files you are zipping.
  44.  
  45. Can you give me a sample AppleScript to run ZipIt?
  46.  
  47. Here is a simple script to zip and unzip files
  48.  
  49. on zip(fileList, folderSpec)
  50.     tell application "ZipIt"
  51.         New window
  52.         Add fileList
  53.         Compress to folderSpec
  54.         Close window
  55.     end tell
  56. end zip
  57.  
  58. on unzip(zipFile, toFolder)
  59.     tell application "ZipIt"
  60.         open zipFile
  61.         Select All
  62.         Extract into toFolder
  63.         Close window
  64.     end tell
  65. end unzip
  66.  
  67. How do I create or unzip a multi-segment archive?
  68.  
  69. In order to create a multi-segment archive:
  70.  
  71.   1. Create the archive as usual, by adding files.
  72.   2. Choose Set Segment Size from the Zip menu and set the segment size to the
  73.      appropriate size.
  74.   3. Choose Save from the File menu.
  75.   4. ZipIt will tell you to insert new segments when necessary.
  76.      IMPORTANT: In order to maintain compatibility with PKUnzip, each segment
  77.      must have the _same_ filename.
  78.      
  79. One other thing you should note: PKUnzip may require that each disk be named
  80. PKBACK# XXX, where XXX is the number of the disk, starting at 001.
  81.  
  82. In order to unzip a multi-segment archive, simply open the last segment
  83. in ZipIt and proceed as usual. ZipIt will ask you for the intermediate
  84. segments when necessary.
  85.  
  86. What if my question is not here?
  87.  
  88. Send me email! My address is Thomas.A.Brown@yale.edu. Or send me a letter, to the address listed in the Read Me document.